home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
libs
/
Pattern
/
LibMain.Doc
< prev
next >
Wrap
Text File
|
1992-01-27
|
796b
|
20 lines
This interactive working program will match several strings to one pattern.
If the 1st character of you string is a '+' or a '-', you tell the program
whether you think the string will match to the pattern above or not.
If the library agrees to you, a smily :-) will be displayed, otherwise
you'll see an anti smiley :-þ. If you didn't specify what you're thinking,
you'll see this smiley :-?.
Strings that match will be displayed in the left column, the others in
the right.
This is very useful for testfiles read by redirection.
1> LibMain <test/pt1.tst
This command will read one of the testfile included in this package. The
first line is the pattern and all following lines are the strings to
match. Since the program needs a 'Q' to quit, the last string has to be
'q', '+q' or '-q'.